home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Colson Caster Selection Guide 3
/
Colson Caster Selection Guide 3.0.iso
/
data1.cab
/
Program_Executable_Files
/
colsoncd.dxr
/
Wheel_7.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-12
|
305 b
|
14 lines
on mouseUp
global glinevar
if glinevar < 1 then
alert("please select model number")
abort()
end if
if item 1 of line glinevar of field "2perrnddata" < 1 then
alert("please select model number")
abort()
end if
put field "2perrnddata" into field "wheelmaster"
printwheel()
end